This is a text that describes that I am doing. First, I launch the pylab magic, with inline graphics.
In [2]:
%pylab inline
x=randn(100)
plot(x)
Out[2]:
In [1]:
HTML(the_end(theNotebook))
Out[1]:
This is a text that describes that I am doing. First, I launch the pylab magic, with inline graphics.
%pylab inline
x=randn(100)
plot(x)
HTML(the_end(theNotebook))